Python command-line parsing library Latest Version: 1.4.0 The argparse module makes it easy to write user friendly command line interfaces. The program defines what arguments it requires, and argparse will figure out how to parse those out of sys.argv. Th